Autogenerated HTML docs for v1.5.2.1-126-g6abd0 
diff --git a/git-format-patch.html b/git-format-patch.html index 82587c9..5538b20 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -275,7 +275,8 @@  <div class="verseblock">   <div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--thread]   [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]  - [-s | --signoff] [&lt;common diff options&gt;] [--start-number &lt;n&gt;]  + [-s | --signoff] [&lt;common diff options&gt;]  + [--start-number &lt;n&gt;] [--numbered-files]   [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]   [--ignore-if-in-upstream]   [--subject-prefix=Subject-Prefix]  @@ -291,9 +292,11 @@  <a href="git-rev-parse.html">git-rev-parse(1)</a>.</p>   <p>The output of this command is convenient for e-mail submission or   for use with <a href="git-am.html">git-am(1)</a>.</p>  -<p>Each output file is numbered sequentially from 1, and uses the  +<p>By default, each output file is numbered sequentially from 1, and uses the   first line of the commit message (massaged for pathname safety) as  -the filename. The names of the output files are printed to standard  +the filename. With the --numbered-files option, the output file names  +will only be numbers, without the first line of the commit appended.  +The names of the output files are printed to standard   output, unless the --stdout option is specified.</p>   <p>If -o is specified, output files are created in &lt;dir&gt;. Otherwise   they are created in the current working directory.</p>  @@ -706,6 +709,16 @@  </p>   </dd>   <dt>  +--numbered-files  +</dt>  +<dd>  +<p>  + Output file names will be a simple number sequence  + without the default first line of the commit appended.  + Mutually exclusive with the --stdout option.  +</p>  +</dd>  +<dt>   -k|--keep-subject   </dt>   <dd>  @@ -889,7 +902,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 02-Jun-2007 21:09:39 UTC  +Last updated 06-Jun-2007 10:48:13 UTC   </div>   </div>   </body>